So you can also throw them yourself, and then catch them and know _exactly_ what they mean.

Also: if you're building a class library/framework/api, it's often useful to create a BaseException that everything else in the code inherits from, so that when your code raises exceptions the programmers who are using it can quickly know the source of the exception.