What happens if I don't exit after redircting the client?

The exercises often use the header() function to redirect the client’s browser after submitting a POST. Then they call exit.

But what happens if I don’t call exit after sending the HTTP header? I tried it in the workspace and didn’t see any obvious detriment.