Compound statement is used to group some statements. We can write compound statement between brackets. Compound statement can be used as a part of loop or branching.
Branching and loop only use one statement if there is no brackets. There will be difference if you put 2 statements after for between brackets.