Forcing a Mysql slave to delay seconds or minutes behind a master can be useful for many reasons:
- test your application to see how it reacts in case of a lagged replication
- release financial data after a period of validation
- build some sort of wayback machine
- protect against oops
etc.