It may be necessary to specify the order of operations within a method because an operation may reference the results of an operation within the same method (e.g. calculation of a percent where the numerator comes from a "count" operation in the same method).
It may be necessary to specify the order of operations within a method because an operation may reference the results of an operation within the same method (e.g. calculation of a percent where the numerator comes from a "count" operation in the same method).