sleep() function disabled for security reasons?

I need to use the sleep() function in my website, but it was in the list of disabled functions. I don’t get why that function would be disabled.

Why do you need to use the sleep() function in your website? Most people want their pages to be generated as fast as possible, and not intentionally delay that. The function does literally nothing except for keeping a process alive for no reason.