When using e.g. the [12pt] option for a document class like
\documentclass[12pt]{article}
what does (Xe)LaTeX actually do/set?
I noticed that for example a multicols environment behaves different whether I use the [12pt], or no such option but a \fontsize{12pt}{14.5pt}\selectfont at the beginning of the document, with some spaces around headlines being 1 or 2 pt different. (The value of 14.5pt I got from \the\baselineskip from the original [12pt] version).