OH3 semantic config in files question (Sensors)

How does this tie up with the example here from Yannick, where he gives:

Number Temperature_GF_Corridor "Corridor [%.1f °C]"    ["Temperature", "Measurement"]

i.e. this example is ["property", "point"]. However, two lines underneath:

Dimmer Temperature_Setpoint    "Temperature [%.1f °C]" ["Setpoint", "Temperature"]

i.e. this example is ["point", "property"]. So does the order even matter?

(Ignoring the fact that Battery is neither a property, nor a point, of course.)