The snippet from the standard form template is running through the elements a second time (after they've been rendered) to see if a "* means required" line should be put out - i.e. if there are any required input fields.
The code only wants to put out one such line thus the Tcl "break" call.
Just to clarify what it's doing ...