Address Field

Works well with Geocoder. Used in Drupal Commerce. Quote from Mediacurrent: "Address Field - I used to use the Location module fairly often and in early Drupal 7 I used this module. I tend to like the Geofield module a lot more than these particular modules." http://www.mediacurrent.com/blog/top-drupal-7-modules-winter-2014-edition

Label Trash

A nice way to add placeholders to input fields. "This module auto-converts form input fields with space-hogging labels into compact mobile-friendly input fields, with placeholders that animate into much smaller labels the moment text is keyed in. "

Maxlength

"Maxlength allows you to set maximum length of any field on any form making use of the form API. This includes fields created using the UI. (Example: any text field on a node)

Node changes

Used on http://drupal.org, "This module stores the changes of a node into a field attached to comments allowing to display a kind-of activity stream on the node much like on drupal.org issues just with a lot less custom code."

Extended File Field

The gist: "This module extends the functionality of the core 'file' field, adding new capabilities to the file upload widget, and providing a new extendible field formatter for displaying lists of files."

Unique field

"This module performs additional validation when a node is created or updated by a user to require that a node's title, author, language, and CCK fields are unique within a given context." There are many different contexts including content type. So, for example, you could make sure that nodes of a certain content type have unique titles.