repeat invokes the given command, over and over, forever or a given number of times.
That is, it lets you repeat a simple or complex command or pipeline without having to script a while loop using jot(1) / seq(1), for example.
For more details and examples, please see the manual page.
You can find out more about repeat(1) here.