It's a fairly common design pattern to want to limit the number of characters the user can input in a field whilst giving feedback to the user on how much they have left.
The plugin simply reports back the number of characters left the user has, with a few extra bells and whistles.