To test every combinations in any system is very difficult as then there would be millions of tests to be done. Pair wise testing can reduce the number of test by integration pairs of inputs.
pairwise generated test cases covers all combinations of two so they are smaller and effective for finding defect.
Orthogonal arrays are used to identify pair wise defect.