Ever see a delay added to code to account for a race condition? At least two bad things can happen, and it's not either/or. 1/
Real example: I've seen 500ms, even 1000ms delays added to execution of scripts on web pages to make sure that some other script or request has finished. 4/