Why Execution Order Matters So Much
A program does not happen all at once. It advances step by step, and that order shapes the result.
Sequence is the first real behavior you should learn to read. If one line happens earlier or later, the output can change completely.
That is why one of the most useful debugging questions is not only what went wrong, but when it went wrong inside the flow.