When an index is created, DB2 will need statistics generated for the index to ensure that the index will be used. Using sampled stats is better than no stats at all, and since obtaining sampled stats is usually quicker (especially for large tables) that is what is produced by the adviser. And the reason is because, as you guessed, most maintenance windows are small.
Andy