Previously you would write code that did a certain thing and didn't require any input.
Loads of programs can or do require (standard) input though, so supporting it quickly became a must.
Now you can open the tab for Standard Input
and provided your input line-by-line. You can then run your code and your input will be available to it as well.