Take the string class for instance. They overloaded the + operator so that you could concatenate strings with it.
So in other words, it's more or less a way to modify the behavior of an operator to better suit your needs?