I recently came across an issue with this site.
I wanted a particular block created by the Views module to only show up on the Account page of the User logged in (Authenticated User). Since this block will be displaying information sensitive to the Author, it should obviously not be visible to other users. Also, since Drupal has a real issue with context sensitive information across the site in its OOTB (out of the box) configuration -- without having to load extra modules into memory, I had to hunt around for a solution that might solve a few issues.

