One use case is the following.
I ask for a Facebook access token to new users with the offline_access permission and I store it for later use. If the user remove in his settings the offline_access permission the token becomes invalid.
I would like to be able to test (maybe using the graph API) if the token I have still have the permissions I asked for, without waiting the user to log out to try to make an API call.