Determining whether a map will require four colors or just three (see The Most Colorful Math of All) or solving the Ice Cream Stands Problem for a very large map (see Ice Cream and Algorithms for All are examples of such problems.
Because computers are so fast at solving many types of problems, we are tempted to generalize and assume that they can perform any repeated series of steps in a short amount of time. But this is not always the case. For example, it has been suggested that a computer program which checks all the possible outcomes for chess moves would still not be ready to recommend the second move in a game which began when the Big Bang happened.
Computational complexity is the study of such problems, potential methods for their solutions, and the amount of computer resources it would require to solve them.
See also The P ?=? NP Question