Many real problems combine both. For example, choosing a 3-person committee from 8 people (combination, since committee membership has no order), then selecting one of those 3 as chair (a further ordered choice) requires applying the rule twice: 8C3 for the committee, then 3 for the chair choice. Break a mixed problem into stages and ask the order question at each stage.