that (for example) endless loops will entertain your server more than necessary.
if you increase the max time execution to let's say 20 minutes (...) and you have the following code:
while (true) {
calculate all the ciphers of the number pi.
square the circle.
}
next 20 minutes, your server will be very occupied....