auto means automatically adjusted. The most common reason I use auto is:
margin: 0 auto;
to center an element.
Please note: if size is not declared, then it won't work.
Example 1: div is not centered, auto does not work
Example 2: div is centered to the page