Specify what you want to do without specifying how exactly to do it.
Don't Repeat Yourself.
Goto is a lower-level primitive used to construct higher-level logic. All the logic that can be done with goto is doable with loops and other control structures. Declaring that you want to have a chunk of code looped excludes the possibility of bugs you would have if you tried to implement that loop by yourself, via goto.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month, and much more.