Sequential circuits have memory (feedback), so their output depends on both present inputs and past state (which encodes history of past inputs). The past inputs are not stored directly but are represented in the current state of flip-flops. This is what distinguishes sequential circuits from combinational circuits, which depend only on present inputs.