It is not for all runs inside paragraph, but paragraph mark.
Find explanation from spec (2.3.1.29 ):
The paragraph glypg's formatting is stored in the rPr element under the paragraph properties(pPr), since there is no run saved for the paragraph mark itself. The paragraph glypg is used to represent the physical location of the paragraph mark for this paragraph.
Besides, OpenXmlClassesExplorer is a good tool for looking up schema element/SDK class definition in a easier way compared to searching in spec.
Hope this helps.
I think it's a helper when you develop a complicated solution using sdk, in particular it tells you where are you in the Dom tree, but it can't produce code for you.
btw, could you tell me how long have you been working with Open Xml File Format and the SDK? and what kind of solution are you working on?(just play with it or a biz solution, if biz solution, which industry and the number of target users). appreciate your time and efforts:)