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 other exceptions in your code inherit from.  Then when your code raises exceptions the programmers who are using it can quickly know the source of the exception.