Basically no. The code structure fires off event as fast as it can and some events can overtake others, even though they started later.
A great example in the Sequence node. It does fire the events in sequence, but doesn’t wait for pin1 to end before firing pin2 etc.