
The difference is
v0 (legacy) executes the first node of each branch, then the second node of each branch, and so on.
v1 (recommended) executes each branch in turn, completing one branch before starting another. n8n orders the branches based on their position on the canvas, from topmost to bottommost. If two branches are at the same height, the leftmost branch executes first.