Actually for the Sequence node, smaller numbers are guaranteed to run before the larger ones (so 0 always runs and finishes before 1), EXCEPT any latent action - so a Delay in Sequence 0 will surely run after all the sequence pins have been evaluated, but the sequence of non-latent actions is fixed, not random.