I use it for HTML designing on Joomla pages. Such as a video page that has a range of categories in that page such as... movies, music, gaming etc. You can have something like this
<!-- Start of coding for video categories in tabs -->
<!-- MOVIE START -->
Text + HTML
<!-- MOVIE END -->
<!-- MUSIC START -->
Text + HTML
<!-- MUSIC END -->
<!-- GAMING START -->
Text + HTML
<!-- GAMING END -->
<!-- ETC START -->
Text + HTML
<!-- ETC END -->
<!-- End of coding for video categories in tabs -->
Really useful if I want to add a new video. Those <td> and <tr> can be a pain.