Ashley this makes sense, and I agree for most situations.
My use case is having a text object with a standard text size that is used throughout the game. This means when I dynamically create any text in game it matches the predefined size, rather than setting parameters for every created instance.
There are a number of alternative solutions though, with global variables or functions to solve the problem too.